home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / labs.0 < prev    next >
Text File  |  1996-09-02  |  757b  |  26 lines

  1.  
  2. LABS(3)                    UNIX Programmer's Manual                    LABS(3)
  3.  
  4. NNAAMMEE
  5.      llaabbss - return the absolute value of a long integer
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttddlliibb..hh>>
  9.  
  10.      _l_o_n_g
  11.      llaabbss(_l_o_n_g _j)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The llaabbss() function returns the absolute value of the long integer _j.
  15.  
  16. SSEEEE AALLSSOO
  17.      abs(3),  floor(3),  cabs(3),  math(3)
  18.  
  19. SSTTAANNDDAARRDDSS
  20.      The llaabbss() function conforms to ANSI C3.159-1989 (``ANSI C'').
  21.  
  22. BBUUGGSS
  23.      The absolute value of the most negative integer remains negative.
  24.  
  25. BSD Experimental                 June 29, 1991                               1
  26.